home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / Cell Control / DATA1.CAB / VCDEMO_Files / DemoFileDlg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-01-11  |  1.3 KB  |  53 lines

  1. //{{AFX_INCLUDES()
  2. #include "cell.h"
  3. //}}AFX_INCLUDES
  4. #if !defined(AFX_DEMOFILEDLG_H__E82B5282_ECA4_11D1_8DDD_444553540000__INCLUDED_)
  5. #define AFX_DEMOFILEDLG_H__E82B5282_ECA4_11D1_8DDD_444553540000__INCLUDED_
  6.  
  7. #if _MSC_VER >= 1000
  8. #pragma once
  9. #endif // _MSC_VER >= 1000
  10. // DemoFileDlg.h : header file
  11. //
  12.  
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CDemoFileDlg dialog
  15.  
  16. class CDemoFileDlg : public CDialog
  17. {
  18. // Construction
  19. public:
  20.     CDemoFileDlg(CWnd* pParent = NULL);   // standard constructor
  21.  
  22. // Dialog Data
  23.     //{{AFX_DATA(CDemoFileDlg)
  24.     enum { IDD = IDD_DIALOG_SVAELOAD };
  25.     CString    m_filename;
  26.     CCell    m_ctrl;
  27.     //}}AFX_DATA
  28.  
  29.  
  30. // Overrides
  31.     // ClassWizard generated virtual function overrides
  32.     //{{AFX_VIRTUAL(CDemoFileDlg)
  33.     protected:
  34.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  35.     //}}AFX_VIRTUAL
  36.  
  37. // Implementation
  38. protected:
  39.     BOOL isopen;
  40.     // Generated message map functions
  41.     //{{AFX_MSG(CDemoFileDlg)
  42.     afx_msg void OnButtonBrowser();
  43.     afx_msg void OnButtonOpen();
  44.     afx_msg void OnButtonSave();
  45.     //}}AFX_MSG
  46.     DECLARE_MESSAGE_MAP()
  47. };
  48.  
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  51.  
  52. #endif // !defined(AFX_DEMOFILEDLG_H__E82B5282_ECA4_11D1_8DDD_444553540000__INCLUDED_)
  53.